home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Joe's Pager™ (App) 1.55 / Joe's Pager™ (App) / Joe's Pager™ (App).rsrc / LENS_129_Names < prev    next >
Text File  |  1995-01-20  |  2KB  |  57 lines

  1. ItemType: WIND
  2. Rect: 181,83,331,218
  3. Style: Windoid
  4. HasTitleBar: TRUE
  5. HasZoomBox: FALSE
  6. HasCloseBox: FALSE
  7. HasGrowBox: FALSE
  8. MinSize: 100,50
  9. MaxSize: 865,597
  10. Name: Names
  11. TextFont: Geneva
  12. TextSize: 9
  13. Script: --on windowEvent  wdID,wdName,objNo,objName,objValue¬¬if objValue="Open" then ¬  JBwindOpen wdName¬else if objValue="Close" then ¬  JBwindClose wdName¬else if objValue="Suspend" then ¬  ¬else if objValue="Resume" then ¬  ¬else if objValue="CloseBox" then ¬  ¬else if objValue="ZoomBox" then ¬  ¬else if objValue="GrowBox" then ¬  ¬else if objValue="TitleBar" then ¬  ¬end if¬¬--end windowEvent¬¬
  14. Params: i1_Text¬i0_TopLeft
  15.  
  16. ItemType: LIST
  17. Rect: 6,4,144,66
  18. Name: theList
  19. DoubleClickItem: 2
  20. KeyScroll: TRUE
  21. Text: 
  22. Balloon: List of Names. ¬¬Tips: ¬…Double–click a name to dial that person's pager. ¬…Use keyboard to seek a name alphabetically.
  23.  
  24. ItemType: PUSH
  25. Rect: 38,112,110,128
  26. Name: Dial
  27. DefaultItem: TRUE
  28. Balloon: Dials a selected name, or group of names, and sends the message which has been typed in the Message area.
  29. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬dialPrep wdName¬¬--end mouseUp
  30.  
  31. ItemType: PUSH
  32. Rect: 20,72,70,88
  33. AutoSize: FALSE
  34. Name: New…
  35. Balloon: Displays a dialog box where you enter information to add a new person to your Names List.
  36. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬newName wdName¬--end mouseUp
  37.  
  38. ItemType: PUSH
  39. Rect: 81,72,131,88
  40. AutoSize: FALSE
  41. Name: Edit…
  42. Balloon: Displays a dialog box to edit information about a person on your Names List.
  43. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬nameEdit wdName¬--end mouseUp
  44.  
  45. ItemType: PUSH
  46. Rect: 20,90,70,106
  47. AutoSize: FALSE
  48. Name: Groups…
  49. Balloon: Displays a dialog box to make or edit a Group of names, for faster paging.
  50. Script: newGroup wdName
  51.  
  52. ItemType: PUSH
  53. Rect: 81,90,131,106
  54. AutoSize: FALSE
  55. Name: Sort
  56. Balloon: Sorts the names in your Names List
  57. Script: sortNames